home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / pew2_1.zip / ERROR.TBL < prev    next >
Text File  |  1992-07-25  |  8KB  |  423 lines

  1. @0 MEMFAIL
  2. Memory allocation failure of %d * %d bytes (ID %d)
  3.  
  4. @1 BADFREE
  5. Illegal attempt to free memory at %08lX
  6.  
  7. @2 MEMTABLEFULL
  8. Out of memtable space for allocation of %d bytes at %08lX
  9.  
  10. @3 NOSAVESCR
  11. Cannot save screen image
  12.  
  13. @4 NOSHELL
  14. Cannot find COMMAND.COM
  15.  
  16. @5 NOMEM
  17. Insufficient memory
  18.  
  19. @6 BADSHELL
  20. Error while trying to execute COMMAND.COM: %d
  21.  
  22. @7 BADINT
  23. Illegal input: integer value required
  24.  
  25. @8 RECMACRO
  26. Cannot record macro when already busy recording
  27.  
  28. @9 PLAYMACRO
  29. Cannot play back macro while recording
  30.  
  31. @10 MACROKEY
  32. Cannot assign macro to this key
  33.  
  34. @11 MACROLEN
  35. Macro exceeds maximum length (%d keys)
  36.  
  37. @24 ENDLIBERRS
  38. Dummy entry - signifies end of library errors, start of application errors
  39.  
  40. @25 BAD_ARGUMENT
  41. Illegal argument passed to function %s
  42.  
  43. @26 NOOPENFL
  44. Cannot open file: %s
  45.  
  46. @27 BADLINE
  47. Illegal input: line number out of range
  48.  
  49. @28 BADTSTOP
  50. Illegal tabstop value
  51.  
  52. @29 REPORT
  53. REPORT in %s
  54.  
  55. @30 NOHLPINDX
  56. Cannot open help index file
  57.  
  58. @31 NOHELPTEXT
  59. Cannot open help text file
  60.  
  61. @32 AMBIGUOUS
  62. Line %05d: (E%03d) Ambiguous identifier
  63.  
  64. @33 ASSIGNMENT
  65. Line %05d: (E%03d) Assignment incompatibility
  66.  
  67. @34 COMMENT
  68. Line %05d: (E%03d) Bad comment
  69.  
  70. @35 COMPATIBLE
  71. Line %05d: (E%03d) Incompatible Types
  72.  
  73. @36 FUNC
  74. Line %05d: (E%03d) Redefinition of Function's Parameters
  75.  
  76. @37 INTEGER
  77. Line %05d: (E%03d) Invalid Integer
  78.  
  79. @38 LABEL
  80. Line %05d: (E%03d) Invalid Label Reference
  81.  
  82. @39 STRING
  83. Line %05d: (E%03d) Invalid String
  84.  
  85. @40 FUNCTION
  86. Line %05d: (E%03d) Invalid Assignment to Function Variable
  87.  
  88. @41 SET
  89. Line %05d: (E%03d) Set Element Out of Range
  90.  
  91. @42 TIME
  92. Line %05d: (E%03d) Invalid Time Unit
  93.  
  94. @43 NODEFAULT
  95. Line %05d: (E%03d) Missing Queue Discipline - No Default
  96.  
  97. @44 SYSTEMCLASS
  98. Line %05d: (E%03d) Missing System Class
  99.  
  100. @45 LABELS
  101. Line %05d: (E%03d) Too many labels
  102.  
  103. @46 LEVEL
  104. Line %05d: (E%03d) Too Many Levels
  105.  
  106. @47 ORDINAL
  107. Line %05d: (E%03d) Invalid Ordinal Type
  108.  
  109. @48 POINTER
  110. Line %05d: (E%03d) Invalid Pointer Type
  111.  
  112. @49 PROC
  113. Line %05d: (E%03d) Redefinition of Procedure's Parameters
  114.  
  115. @50 RANGE
  116. Line %05d: (E%03d) Invalid Index Range
  117.  
  118. @51 REPETITION
  119. Line %05d: (E%03d) Case Constant Repeated
  120.  
  121. @52 ROLES
  122. Line %05d: (E%03d) Role Repeated in Role List
  123.  
  124. @53 SELECTORTYPE
  125. Line %05d: (E%03d) Invalid Type for Selector
  126.  
  127. @54 SIGNED
  128. Line %05d: (E%03d) Invalid Signed Constant
  129.  
  130. @55 STATES
  131. Line %05d: (E%03d) State Definition Repeated
  132.  
  133. @56 TYPE
  134. Line %05d: (E%03d) Invalid Type
  135.  
  136. @57 UNDEFINED
  137. Line %05d: (E%03d) Undefined Identifier %s
  138.  
  139. @58 LOOPVAR
  140. Line %05d: (E%03d) Invalid Assignment to Control Variable
  141.  
  142. @59 CONTROLVAR
  143. Line %05d: (E%03d) Invalid Non-local Control Variable
  144.  
  145. @60 CONTROLPARAM
  146. Line %05d: (E%03d) Invalid Control Variable
  147.  
  148. @61 UNRESOLVED
  149. Line %05d: (E%03d) Label Reference Unresolved in Block
  150.  
  151. @62 INDICES
  152. Line %05d: (E%03d) Case index out of range
  153.  
  154. @63 DUPCLAUSE
  155. Line %05d: (E%03d) Duplicate clause type in transition
  156.  
  157. @64 SYMBOLSPC
  158. Out of symbol table space
  159.  
  160. @65 SPECTOOBIG
  161. String store overflow
  162.  
  163. @66 ANY
  164. Line %05d: (E%03d) ANY clause not implemented
  165.  
  166. @67 ANYCONST
  167. Line %05d: (E%03d) ANY constants must be of simple types
  168.  
  169. @68 ANYTYPE
  170. Line %05d: (E%03d) ... types not implemented
  171.  
  172. @69 DISPOSE
  173. Line %05d: (E%03d) Dispose with tags not implemented
  174.  
  175. @70 EXTERNAL
  176. Line %05d: (E%03d) EXTERNAL not implemented
  177.  
  178. @71 FUNCPARAM
  179. Line %05d: (E%03d) Functional parameters not implemented
  180.  
  181. @72 NEW
  182. Line %05d: (E%03d) NEW with tags not implemented
  183.  
  184. @73 PACK
  185. Line %05d: (E%03d) Packed types not implemented
  186.  
  187. @74 PRIMITIVE
  188. Line %05d: (E%03d) PRIMITIVE not implemented
  189.  
  190. @75 PROCPARAM
  191. Line %05d: (E%03d) Procedural parameters not implemented
  192.  
  193. @76 WITH
  194. Line %05d: (E%03d) Record type expected in WITH statement
  195.  
  196. @77 ESTELLE
  197. Line %05d: (E%03d) Estelle construct illegal in procedure/function
  198.  
  199. @78 GOTO
  200. Line %05d: (E%03d) GOTO illegal in current context
  201.  
  202. @79 MODVAR
  203. Line %05d: (E%03d) Illegal module variable reference
  204.  
  205. @80 NOIDENT
  206. Line %05d: (E%03d) Identifier expected
  207.  
  208. @81 NOINTEGER
  209. Line %05d: (E%03d) Integer expected
  210.  
  211. @82 BADLOOP
  212. Line %05d: (E%03d) TO or DOWNTO expected
  213.  
  214. @83 BADFACTOR
  215. Line %05d: (E%03d) Bad factor in expression
  216.  
  217. @84 BADCONSTANT
  218. Line %05d: (E%03d) Bad constant
  219.  
  220. @85 BADFORMLPARM
  221. Line %05d: (E%03d) Bad formal parameter syntax
  222.  
  223. @86 BADCLAUSE
  224. Line %05d: (E%03d) Clause or BEGIN expected
  225.  
  226. @87 SYNTAX
  227. Line %05d: (E%03d) Syntax error
  228.  
  229. @88 BADROLES
  230. Line %05d: (E%03d) Incompatible roles in CONNECT or ATTACH
  231.  
  232. @89 CODEFULL
  233. Out of code space
  234.  
  235. @90 ECUSEAGE
  236. Usage: ec [-I] [-S] <sourcefile base name>
  237.  
  238. @91 NOSOURCE
  239. Cannot open source file
  240.  
  241. @92 NOTARGET
  242. Cannot open target file
  243.  
  244. @93 NOSEMICOLON
  245. Line %05d: (E%03d) Syntax error: ';' expected
  246.  
  247. @94 NOCOLON
  248. Line %05d: (E%03d) Syntax error: ':' expected
  249.  
  250. @95 NORIGHTPAR
  251. Line %05d: (E%03d) Syntax error: ')' expected
  252.  
  253. @96 NOLEFTPAR
  254. Line %05d: (E%03d) Syntax error: '(' expected
  255.  
  256. @97 NOCOMMA
  257. Line %05d: (E%03d) Syntax error: comma expected
  258.  
  259. @98 NOEND
  260. Line %05d: (E%03d) Syntax error: END expected
  261.  
  262. @99 NODO
  263. Line %05d: (E%03d) Syntax error: DO expected
  264.  
  265. @100 NOLEFTBRAK
  266. Line %05d: (E%03d) Syntax error: '[' expected
  267.  
  268. @101 NOPERIOD
  269. Line %05d: (E%03d) Syntax error: '.' expected
  270.  
  271. @102 NORIGHTBRAK
  272. Line %05d: (E%03d) Syntax error: ']' expected
  273.  
  274. @103 NOOF
  275. Line %05d: (E%03d) Syntax error: OF expected
  276.  
  277. @104 NOLOGOPEN
  278. Cannot open log file
  279.  
  280. @105 IPEMPTY
  281. Attempt to dequeue nonexistent interaction
  282.  
  283. @106 NOCONNECT
  284. Attempt to output interaction to unconnected IP
  285.  
  286. @107 BIGSOURCE
  287. Too many lines in source program
  288.  
  289. @108 ILLEGALOP
  290. Attempt to execute illegal instruction (%d) at code offset %d
  291.  
  292. @109 STACKOVR
  293. Stack overflow
  294.  
  295. @110 OUTRANGE
  296. Index or value %d out of range %d..%d
  297.  
  298. @111 BADCONNECT
  299. Attempt to connect an already connected interaction point
  300.  
  301. @112 BADATTACH
  302. Attempt to attach a bound interaction point
  303.  
  304. @113 2MANYWHEN
  305. Too many failed WHEN clauses in process
  306.  
  307. @114 BADEXPORT
  308. Invalid type for exported variable
  309.  
  310. @115 NOTEXPORTED
  311. Expected an exported variable reference
  312.  
  313. @116 EXIST
  314. Expected module type or ordinal type in EXIST, FORONE or ALL
  315.  
  316. @117 MODEXIST
  317. Only a single module variable allowed in EXIST, FORONE or ALL
  318.  
  319. @118 MIXEXIST
  320. Illegal mixture of module and ordinal types in EXIST, FORONE or ALL
  321.  
  322. @119 DOMAINSIZE
  323. Too many identifiers in domain list in EXIST, ALL or FORONE
  324.  
  325. @120 POINTEROP
  326. Illegal operation for pointer types
  327.  
  328. @121 NEWFAIL
  329. NEW failed to allocate heap memory
  330.  
  331. @122 BADDISPOSE
  332. Attempt to DISPOSE illegal memory block
  333.  
  334. @123 FAILEXPAND
  335. Attempt to expand process stack failed
  336.  
  337. @124 BADINITTRANS
  338. Illegal clause type in initialisation transition
  339.  
  340. @125 CASEVALUE
  341. Expression value in CASE statement has no corresponding label
  342.  
  343. @126 BADBRKPT
  344. No breakpoint corresponding to this number
  345.  
  346. @127 FIREENTRIES
  347. Maximum number (%d) of unique named transitions exceeded
  348.  
  349. @128 WRONGROLE
  350. Line %05d: (E%03d) Internal Error -- Role of IP is not a channel role.
  351.  
  352. @129 CLAUSENEST
  353. Line %05d: (E%03d) Bad nesting of clauses
  354.  
  355. @130 ZERODIV
  356. Division by zero
  357.  
  358. @131 BADSTEP
  359. Step size value may not be zero
  360.  
  361. @132 INTRALLOCFAIL
  362. Failed to allocate interaction
  363.  
  364. @133 INITFAIL
  365. Failed to allocate a module entry
  366.  
  367. @134 METATRANS
  368. Failed to allocate a transition sequence table
  369.  
  370. @135 MODSTACK
  371. Failed to allocate a module stack
  372.  
  373. @136 MODVARTBL
  374. Failed to allocate a module variable table
  375.  
  376. @137 IPTBL
  377. Failed to allocate an IP table
  378.  
  379. @138 COMMONQ
  380. Failed to allocate a common queue
  381.  
  382. @139 QUEUE
  383. Failed to allocate a reception queue
  384.  
  385. @140 TRANSTBL
  386. Failed to allocate a transition table
  387.  
  388. @141 ECMEMFAIL
  389. Line %05d: (E%03d) Failed to allocate symbol table memory block
  390.  
  391. @142 ECCODFAIL
  392. Line %05d: (E%03d) Failed to allocate compiler code buffer
  393.  
  394. @143 MAXTRANS
  395. Line %05d: (E%03d) Too many transitions in process
  396.  
  397. @144 PRIORITY
  398. Line %05d: (E%03d) Interaction in OUTPUT may not have a priority
  399.  
  400. @145 PROPDELAY
  401. Line %05d: (E%03d) OUTPUT interaction cannot have a propogation delay
  402.  
  403. @149 ENDERRS
  404. Dummy entry - indicates start of warnings
  405.  
  406. @150 UNREACHABLE
  407. State `%s' is unreachable
  408.  
  409. @151 DEADLOCK
  410. State `%s' is a deadlock state
  411.  
  412. @152 WHENOUT
  413. Interaction %s has no associated OUTPUT statement
  414.  
  415. @153 OUTWHEN
  416. Interaction %s has no associated WHEN clause
  417.  
  418. @154 UNREFINTR
  419. Interaction %s is not referenced
  420.  
  421.  
  422. 
  423.